home *** CD-ROM | disk | FTP | other *** search
/ United Public Domain Gold 2 / United Public Domain Gold 2.iso / utilities / pu097.dms / pu097.adf / s / Startup-Sequence < prev    next >
Text File  |  1991-10-22  |  991b  |  32 lines

  1. border off
  2. c:SetPatch >NIL: ;patch system functions
  3. Addbuffers df0: 10
  4. cd c:
  5. echo ""
  6. echo "                          AMIGA PRINT STUDIO "
  7. echo ""
  8. echo "                            Compiled by:-"
  9. echo ""
  10. echo "                        COMPUTEREYES P.D.Library."
  11. echo ""
  12. echo "                           Tel.0953-885118"
  13. echo ""
  14. echo "              There are 41 printer drivers on this disk."
  15. echo ""
  16. echo "           select your driver from prefs in main programme."
  17. echo ""
  18. Sys:System/FastMemFirst ; move C00000 memory to last in list
  19. BindDrivers
  20. SetClock load ;load system time from real time clock (A1000 owners should
  21.               ;replace the SetClock load with Date
  22. FF >NIL: -0 ;speed up Text
  23. resident CLI L:Shell-Seg SYSTEM pure add; activate Shell
  24. resident c:Execute pure add
  25. mount newcon:
  26. ;
  27. failat 11
  28. SYS:System/SetMap gb ;Activate the ()/* on keypad
  29. path ram: c: sys:utilities sys:system ;set path for Workbench
  30. LoadWB delay  ;wait for inhibit to end before continuing
  31. endcli >NIL:
  32.